The find command is used to find the files or directories path.
The syntax is:
# find /- [option] [filename]
|
Option |
Usage |
|---|---|
|
-name |
For searching a file with its name |
|
-user |
For files whose owner is a particular user |
|
-group |
For files belonging to particular group |
Comments
Post a Comment